home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 4 / developer source - volume 4.iso / parad / feb94 / gh_fig08.gif < prev    next >
Graphics Interchange Format  |  1995-09-26  |  49KB  |  540x378  |  8-bit (256 colors)
Labels: text | screenshot | display | software | number | font
OCR: FORMB :: #Form1 :: open* method open(var eventInfo Event) if not eventInfo.isPreFilter() then ; Hide this form until it is okay to show it. hide() formLib.open("formlib.1s1", GlobalToDeskTop) if not formlib.topFormsAreEnabled() then msgInfo("Sorry. This form cannot be opened", self.close() "You must first enable forms") return endIf self.title = "I Am FormB" if formLib.formIsAlreadyOpen() then msgInfo("Sorry.", "This form is already open.\n" + "Only one copy is permitted on \n" + "the desktop at a time.") self.close() return endIf Show( ) endIf endMethod No syntax errora. Edit Line: 25 Col: 5